CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab lbp

搜索资源列表

  1. efficientLBP

    1下载:
  2. matlab LBP源码
  3. 所属分类:matlab例程

    • 发布日期:2012-05-12
    • 文件大小:2452
    • 提供者:bonjiov
  1. lbp.rar

    0下载:
  2. 局部二值模式,local binary pattern matlab代码,binary pattern matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:3306
    • 提供者:liyuan
  1. LBP.rar

    1下载:
  2. 针对传统方法难以可靠估计图像中纹理单一区域像素点视差的问题,将纹理分析应用于立体匹配中,提 出图像分块整体匹配的方法。首先用LBP/C纹理分析方法对图像纹理进行描述 然后进行基于区域生长的扩张检 测,得到纹理单一图像块 最后对图像块进行整体匹配,得到纹理单一区域的稠密视差图。对国际标准图像进行测试, 结果表明该算法能提高纹理单一区域稠密视差图的精度,具有实用价值 ,Due to the difficulty of getting disparity of less textured pi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:257263
    • 提供者:swx
  1. LBP.rar

    1下载:
  2. 人脸识别提出的LBP特征计算程序,简单实用的特征,可以得到统计的直方图特征,LBP features of face recognition proposed by the calculation procedure, simple and practical features of the histogram statistics can be characteristic of
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:3224
    • 提供者:changxin.gao
  1. MyFaceRecognition

    0下载:
  2. 基于局部二值模式的人脸识别范例,其中选用了YALE人脸库作为仿真数据源。-Face recognition based on LBP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:4091711
    • 提供者:赵武锋
  1. LBP

    0下载:
  2. 纹理模式的LBP特征表示及分类原理:就是通过定义一个模板,对于原图像中的每个点,使用该模板进行操作,模板中心点近邻区域对应的图像象素值与中心位置对应的象素值进行比较,且对于不同位置的比较结果赋予不同的权值,从而,变换图像中对应点的值就由模板对应各位置的比较结果之权和表示。-LBP texture pattern feature representation and classification theory: that by defining a template for the origina
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:2460
    • 提供者:徐忠超
  1. LBP-SIFT-image-matching-algorithm-combined

    3下载:
  2. SIFT和旋转不变LBP 相结合的图像匹配算法(数字图像处理/图像匹配)-SIFT and LBP combined rotation invariant image matching algorithm (digital image processing/image matching)
  3. 所属分类:Special Effects

    • 发布日期:2016-01-22
    • 文件大小:603136
    • 提供者:马蓉琼
  1. LBP

    0下载:
  2. LBP人脸识别方法的几篇论文和程序,对学习lbp很有用的-LBP face recognition methods and procedures in several papers, useful for learning lbp
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5299789
    • 提供者:高海鹏
  1. LBP

    2下载:
  2. 完整的lbp编码,可以学会怎样使用lbp-Complete lbp coding, you can learn how to use the lbp
  3. 所属分类:Graph program

    • 发布日期:2016-10-11
    • 文件大小:8981
    • 提供者:段丽
  1. lbp

    0下载:
  2. LBP(局部二值模式)算法最初用于描述纹理,后引用到人脸,可描述人脸特征。-LBP (local binary mode) algorithm was originally used to describe the texture, the latter a reference to the human face, facial feature can be described.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:2505
    • 提供者:甜甜
  1. lbp

    0下载:
  2. 这里不但有标准的局部二值模式的代码,还有局部二值模式的一些扩展代码!-err
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4272
    • 提供者:liuhua
  1. lbp

    0下载:
  2. local binary pattern matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2280
    • 提供者:shouba
  1. LBP

    0下载:
  2. LBP (local binary Pattern ) useful for texture classification
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:12806
    • 提供者:EHSAN
  1. lbp

    0下载:
  2. LBP(局部二值模式)算法最初用于描述纹理,后引用到人脸,可描述人脸特征。-lbp
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:3315
    • 提供者:tucat
  1. LBP

    1下载:
  2. 这是LBP的程序代码,用于提取纹理特征,转载而来,供学习交流。(this is the code of LBP, and it is used to extract features,it's reproduced from others.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:17408
    • 提供者:xx126
  1. LBP

    1下载:
  2. 基本LBP算法和改进的不同邻域半径和邻域点的LBP算法 以及LBP改进论文(Basic LBP algorithm and improved LBP algorithm with different neighborhood radius and neighborhood points)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:6864896
    • 提供者:Hush94
  1. lbp

    0下载:
  2. matlab lbp人脸识别中的getmapping文件(Getmapping file in MATLAB LBP face recognition)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-22
    • 文件大小:7168
    • 提供者:pek
  1. LBP

    0下载:
  2. LBP(局部二值模式)是一种用来描述图像局部纹理特征的算子;它具有旋转不变性和灰度不变性等显著的优点。它是首先由T. Ojala, M.Pietik?inen, 和D. Harwood 在1994年提出,用于纹理特征提取。而且,提取的特征是图像的局部的纹理特征;(Local Binary Pattern describe the image local texture, invariant with the change of rotation and gray)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-28
    • 文件大小:3072
    • 提供者:海上牧云
  1. LBP算法实现人脸识别

    0下载:
  2. 基于matlab平台的LBP算法实现人脸识别。(Face recognition based on LBP algorithm based on MATLAB platform.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-06
    • 文件大小:12171264
    • 提供者:大绿树叶
  1. 基于LBP算子的人脸识别

    1下载:
  2. 基于LBP的人脸识别算法,Matlab编程语言(Face recognition algorithm based on LBP using matlab programming language)
  3. 所属分类:图形图像处理

    • 发布日期:2019-05-13
    • 文件大小:1074176
    • 提供者:易大大
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com